home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
- <class>general</class>
- <widget class="QWidget">
- <property name="name">
- <cstring>general</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>363</width>
- <height>301</height>
- </rect>
- </property>
- <property name="caption">
- <string>Form1</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="5">
- <property name="name">
- <cstring>enabled</cstring>
- </property>
- <property name="text">
- <string>&Enabled</string>
- </property>
- <property name="accel">
- <string>Alt+E</string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0" rowspan="2" colspan="1">
- <property name="name">
- <cstring>pixmap</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="1">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Program:</string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="1">
- <property name="name">
- <cstring>textLabel2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Script:</string>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="4">
- <property name="name">
- <cstring>script_browse</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>&Browse...</string>
- </property>
- <property name="accel">
- <string>Alt+B</string>
- </property>
- </widget>
- <widget class="QLabel" row="3" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>textLabel3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Comments:</string>
- </property>
- </widget>
- <widget class="QTextEdit" row="3" column="2" rowspan="2" colspan="3">
- <property name="name">
- <cstring>comment</cstring>
- </property>
- <property name="tabChangesFocus">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="3">
- <property name="name">
- <cstring>script_edit</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>&Edit...</string>
- </property>
- <property name="accel">
- <string>Alt+E</string>
- </property>
- </widget>
- <spacer row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Maximum</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>169</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="0" column="2" rowspan="1" colspan="3">
- <property name="name">
- <cstring>prg</cstring>
- </property>
- <property name="frameShape">
- <enum>LineEditPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>Sunken</enum>
- </property>
- <property name="readOnly">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2" rowspan="1" colspan="3">
- <property name="name">
- <cstring>script</cstring>
- </property>
- <property name="frameShape">
- <enum>LineEditPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>Sunken</enum>
- </property>
- <property name="readOnly">
- <bool>false</bool>
- </property>
- </widget>
- </grid>
- </widget>
- <connections>
- <connection>
- <sender>comment</sender>
- <signal>textChanged()</signal>
- <receiver>general</receiver>
- <slot>on_changed()</slot>
- </connection>
- <connection>
- <sender>enabled</sender>
- <signal>toggled(bool)</signal>
- <receiver>general</receiver>
- <slot>on_changed()</slot>
- </connection>
- <connection>
- <sender>script_edit</sender>
- <signal>clicked()</signal>
- <receiver>general</receiver>
- <slot>on_edit()</slot>
- </connection>
- <connection>
- <sender>script_browse</sender>
- <signal>clicked()</signal>
- <receiver>general</receiver>
- <slot>on_browse()</slot>
- </connection>
- </connections>
- <slots>
- <slot>on_changed()</slot>
- <slot>on_edit()</slot>
- <slot>on_browse()</slot>
- </slots>
- <layoutdefaults spacing="6" margin="11"/>
- </UI>
-